home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / usr / share / doc / gcc-4.4-base / copyright < prev    next >
Text File  |  2009-10-14  |  11KB  |  246 lines

  1. This is the Debian GNU/Linux prepackaged version of the GNU compiler
  2. collection, containing Ada, C, C++, Fortran 95, Java, Objective-C,
  3. Objective-C++, and Treelang compilers, documentation, and support
  4. libraries.  In addition, Debian provides the GNU Pascal compiler in the
  5. same source package.  Packaging is done by the Debian GCC Maintainers
  6. <debian-gcc@lists.debian.org>, with sources obtained from:
  7.  
  8.   ftp://gcc.gnu.org/pub/gcc/releases/  (for full releases)
  9.   svn://gcc.gnu.org/svn/gcc/           (for prereleases)
  10.   http://gnu-pascal.de/alpha/          (for GNU Pascal)
  11.   http://dgcc.sourceforge.net/         (for D)
  12.  
  13. The current gcc-4.4 source package is taken from the SVN gcc-4_4-branch.
  14.  
  15. Changes: See changelog.Debian.gz
  16.  
  17. Debian splits the GNU Compiler Collection into packages for each language,
  18. library, and documentation as follows:
  19.  
  20. Language       Compiler package  Library package    Documentation
  21. ---------------------------------------------------------------------------
  22. Ada            gnat-4.4          libgnat-4.4        gnat-4.4-doc
  23. C              gcc-4.4                              gcc-4.4-doc
  24. C++            g++-4.4           libstdc++6         libstdc++6-4.4-doc
  25. Fortran 95     gfortran-4.4      libgfortran3       gfortran-4.4-doc
  26. Java           gcj-4.4           libgcj10           libgcj-doc
  27. Objective C    gobjc-4.4         libobjc2
  28. Objective C++  gobjc++-4.4
  29.  
  30. For some language run-time libraries, Debian provides source files,
  31. development files, debugging symbols and libraries containing position-
  32. independent code in separate packages:
  33.  
  34. Language  Sources      Development   Debugging            Position-Independent
  35. ------------------------------------------------------------------------------
  36. C++                                  libstdc++6-4.4-dbg  libstdc++6-4.4-pic
  37. Java      libgcj10-src libgcj10-dev  libgcj10-dbg
  38.  
  39. Additional packages include:
  40.  
  41. All languages:
  42. libgcc1, libgcc2, libgcc4       GCC intrinsics (platform-dependent)
  43. gcc-4.4-base                    Base files common to all compilers
  44. gcc-4.4-soft-float              Software floating point (ARM only)
  45. gcc-4.4-source                  The sources with patches
  46.  
  47. Ada:
  48. libgnatvsn-dev, libgnatvsn4.4   GNAT version library
  49. libgnatprj-dev, libgnatprj4.4   GNAT Project Manager library
  50.  
  51. C:
  52. cpp-4.4, cpp-4.4-doc            GNU C Preprocessor
  53. libmudflap0-dev, libmudflap0    Library for instrumenting pointers
  54. libssp0-dev, libssp0            GCC stack smashing protection library
  55. fixincludes                     Fix non-ANSI header files
  56. protoize                        Create/remove ANSI prototypes from C code
  57.  
  58. Java:
  59. gij                             The Java bytecode interpreter and VM
  60. libgcj-common                   Common files for the Java run-time
  61. libgcj10-awt                    The Abstract Windowing Toolkit
  62. libgcj10-jar                    Java ARchive for the Java run-time
  63.  
  64. C, C++ and Fortran 95:
  65. libgomp1-dev, libgomp1        GCC OpenMP (GOMP) support library
  66.  
  67. Biarch support: On some 64-bit platforms which can also run 32-bit code,
  68. Debian provides additional packages containing 32-bit versions of some
  69. libraries.  These packages have names beginning with 'lib32' instead of
  70. 'lib', for example lib32stdc++6.  Similarly, on some 32-bit platforms which
  71. can also run 64-bit code, Debian provides additional packages with names
  72. beginning with 'lib64' instead of 'lib'.  These packages contain 64-bit
  73. versions of the libraries.  (At this time, not all platforms and not all
  74. libraries support biarch.)  The license terms for these lib32 or lib64
  75. packages are identical to the ones for the lib packages.
  76.  
  77.  
  78. COPYRIGHT STATEMENTS AND LICENSING TERMS
  79.  
  80.  
  81. GCC is Copyright (C) 1986, 1987, 1988, 1989, 1990, 1991, 1992, 1993, 1994,
  82. 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
  83. 2008 Free Software Foundation, Inc.
  84.  
  85. GCC is free software; you can redistribute it and/or modify it under
  86. the terms of the GNU General Public License as published by the Free
  87. Software Foundation; either version 3, or (at your option) any later
  88. version.
  89.  
  90. GCC is distributed in the hope that it will be useful, but WITHOUT ANY
  91. WARRANTY; without even the implied warranty of MERCHANTABILITY or
  92. FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
  93. for more details.
  94.  
  95. Files that have exception clauses are licensed under the terms of the
  96. GNU General Public License; either version 3, or (at your option) any
  97. later version.
  98.  
  99. On Debian GNU/Linux systems, the complete text of the GNU General
  100. Public License is in `/usr/share/common-licenses/GPL', version 3 of this
  101. license in `/usr/share/common-licenses/GPL-3'.
  102.  
  103. The following runtime libraries are licensed under the terms of the
  104. GNU General Public License (v3 or later) with version 3.1 of the GCC
  105. Runtime Library Exception (included in this file):
  106.  
  107.  - libgcc (libgcc/, gcc/libgcc2.[ch], gcc/unwind*, gcc/gthr*,
  108.    gcc/coretypes.h, gcc/crtstuff.c, gcc/defaults.h, gcc/dwarf2.h,
  109.    gcc/emults.c, gcc/gbl-ctors.h, gcc/gcov-io.h, gcc/libgcov.c,
  110.    gcc/tsystem.h, gcc/typeclass.h).
  111.  - libdecnumber
  112.  - libgomp
  113.  - libssp
  114.  - libstdc++-v3
  115.  - libobjc
  116.  - libmudflap
  117.  - libgfortran
  118.  - The libgnat-4.4 Ada support library and libgnatvsn library.
  119.  - Various config files in gcc/config/ used in runtime libraries.
  120.  
  121. In contrast, libgnatprj is licensed under the terms of the pure GNU
  122. General Public License.
  123.  
  124. The libgcj library is licensed under the terms of the GNU General
  125. Public License, with a special exception:
  126.  
  127.     Linking this library statically or dynamically with other modules
  128.     is making a combined work based on this library.  Thus, the terms
  129.     and conditions of the GNU General Public License cover the whole
  130.     combination.
  131.  
  132.     As a special exception, the copyright holders of this library give
  133.     you permission to link this library with independent modules to
  134.     produce an executable, regardless of the license terms of these
  135.     independent modules, and to copy and distribute the resulting
  136.     executable under terms of your choice, provided that you also
  137.     meet, for each linked independent module, the terms and conditions
  138.     of the license of that module.  An independent module is a module
  139.     which is not derived from or based on this library.  If you modify
  140.     this library, you may extend this exception to your version of the
  141.     library, but you are not obligated to do so.  If you do not wish
  142.     to do so, delete this exception statement from your version.
  143.  
  144. The libffi library is licensed under the following terms:
  145.  
  146.     libffi - Copyright (c) 1996-2003  Red Hat, Inc.
  147.  
  148.     Permission is hereby granted, free of charge, to any person obtaining
  149.     a copy of this software and associated documentation files (the
  150.     ``Software''), to deal in the Software without restriction, including
  151.     without limitation the rights to use, copy, modify, merge, publish,
  152.     distribute, sublicense, and/or sell copies of the Software, and to
  153.     permit persons to whom the Software is furnished to do so, subject to
  154.     the following conditions:
  155.  
  156.     The above copyright notice and this permission notice shall be included
  157.     in all copies or substantial portions of the Software.
  158.  
  159.     THE SOFTWARE IS PROVIDED ``AS IS'', WITHOUT WARRANTY OF ANY KIND, EXPRESS
  160.     OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  161.     MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
  162.     IN NO EVENT SHALL CYGNUS SOLUTIONS BE LIABLE FOR ANY CLAIM, DAMAGES OR
  163.     OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
  164.     ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
  165.     OTHER DEALINGS IN THE SOFTWARE.
  166.  
  167.  
  168. The documentation is licensed under the GNU Free Documentation License (v1.2).
  169. On Debian GNU/Linux systems, the complete text of this license is in
  170. `/usr/share/common-licenses/GFDL-1.2'.
  171.  
  172.  
  173. GCC RUNTIME LIBRARY EXCEPTION
  174.  
  175. Version 3.1, 31 March 2009
  176.  
  177. Copyright (C) 2009 Free Software Foundation, Inc. <http://fsf.org/>
  178.  
  179. Everyone is permitted to copy and distribute verbatim copies of this
  180. license document, but changing it is not allowed.
  181.  
  182. This GCC Runtime Library Exception ("Exception") is an additional
  183. permission under section 7 of the GNU General Public License, version
  184. 3 ("GPLv3"). It applies to a given file (the "Runtime Library") that
  185. bears a notice placed by the copyright holder of the file stating that
  186. the file is governed by GPLv3 along with this Exception.
  187.  
  188. When you use GCC to compile a program, GCC may combine portions of
  189. certain GCC header files and runtime libraries with the compiled
  190. program. The purpose of this Exception is to allow compilation of
  191. non-GPL (including proprietary) programs to use, in this way, the
  192. header files and runtime libraries covered by this Exception.
  193.  
  194. 0. Definitions.
  195.  
  196. A file is an "Independent Module" if it either requires the Runtime
  197. Library for execution after a Compilation Process, or makes use of an
  198. interface provided by the Runtime Library, but is not otherwise based
  199. on the Runtime Library.
  200.  
  201. "GCC" means a version of the GNU Compiler Collection, with or without
  202. modifications, governed by version 3 (or a specified later version) of
  203. the GNU General Public License (GPL) with the option of using any
  204. subsequent versions published by the FSF.
  205.  
  206. "GPL-compatible Software" is software whose conditions of propagation,
  207. modification and use would permit combination with GCC in accord with
  208. the license of GCC.
  209.  
  210. "Target Code" refers to output from any compiler for a real or virtual
  211. target processor architecture, in executable form or suitable for
  212. input to an assembler, loader, linker and/or execution
  213. phase. Notwithstanding that, Target Code does not include data in any
  214. format that is used as a compiler intermediate representation, or used
  215. for producing a compiler intermediate representation.
  216.  
  217. The "Compilation Process" transforms code entirely represented in
  218. non-intermediate languages designed for human-written code, and/or in
  219. Java Virtual Machine byte code, into Target Code. Thus, for example,
  220. use of source code generators and preprocessors need not be considered
  221. part of the Compilation Process, since the Compilation Process can be
  222. understood as starting with the output of the generators or
  223. preprocessors.
  224.  
  225. A Compilation Process is "Eligible" if it is done using GCC, alone or
  226. with other GPL-compatible software, or if it is done without using any
  227. work based on GCC. For example, using non-GPL-compatible Software to
  228. optimize any GCC intermediate representations would not qualify as an
  229. Eligible Compilation Process.
  230.  
  231. 1. Grant of Additional Permission.
  232.  
  233. You have permission to propagate a work of Target Code formed by
  234. combining the Runtime Library with Independent Modules, even if such
  235. propagation would otherwise violate the terms of GPLv3, provided that
  236. all Target Code was generated by Eligible Compilation Processes. You
  237. may then convey such a combination under terms of your choice,
  238. consistent with the licensing of the Independent Modules.
  239.  
  240. 2. No Weakening of GCC Copyleft.
  241.  
  242. The availability of this Exception does not imply any general
  243. presumption that third-party software is unaffected by the copyleft
  244. requirements of the license of GCC.
  245.  
  246.